home *** CD-ROM | disk | FTP | other *** search
/ il gioco del Kamasutra / Milo Manara Kamasutra.iso / mac / DATA / ParteIII / GameIV / Parete4 / Muro.dir / 00018_Script_18 < prev    next >
Text File  |  1997-11-23  |  204b  |  10 lines

  1. on exitFrame
  2.   
  3.   set the mouseUpScript to ""
  4.   set the mouseDownScript to ""
  5.   if not soundbusy (2) and random (100) >80  then
  6.     puppetsound 2, "bbase"&random(4)
  7.   end if
  8.   go the frame
  9.   
  10. end